home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / HENSA / MATHS / PLPLOT / PLPLOT.ZIP / include / plDevs.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-09-29  |  1.4 KB  |  61 lines

  1. /* -*-C-*- */
  2. /* $Id: plDevs.h.in,v 1.4 1994/08/26 19:17:21 mjl Exp $
  3.  * $Log: plDevs.h.in,v $
  4.  * Revision 1.4  1994/08/26  19:17:21  mjl
  5.  * Define for conex device added; contributed by Mark Olesen.
  6.  *
  7.  * Revision 1.3  1994/08/05  22:23:36  mjl
  8.  * Eliminated dangling comment to get rid of compiler warning on NEC.
  9.  *
  10.  * Revision 1.2  1994/07/25  05:57:32  mjl
  11.  * Added line for new lj_hpgl driver.
  12.  *
  13.  * Revision 1.1  1994/07/19  22:27:37  mjl
  14.  * Header file for holding defines that enable PLplot device drivers.
  15.  * Included by all device drivers and plcore.h.
  16. */
  17.  
  18. /*
  19.     plDevs.h.in
  20.  
  21.     Maurice LeBrun
  22.     IFS, University of Texas at Austin
  23.     18-Jul-1994
  24.  
  25.     Contains macro definitions that determine what device drivers are
  26.     compiled into the PLplot library.  On a Unix system, typically the
  27.     configure script builds plDevs.h from plDevs.h.in.  Elsewhere, it's
  28.     best to hand-configure a plDevs.h file and keep it with the
  29.     system-specific files.
  30. */
  31.  
  32. #ifndef __PLDEVS_H__
  33. #define __PLDEVS_H__
  34.  
  35. #define PLD_plmeta
  36. #define PLD_null
  37. #undef PLD_xterm
  38. #undef PLD_tek4010
  39. #undef PLD_tek4107
  40. #undef PLD_mskermit
  41. #undef PLD_vlt
  42. #undef PLD_versaterm
  43. #undef PLD_conex
  44. #undef PLD_dg300
  45. #define PLD_ps
  46. #undef PLD_xfig
  47. #undef PLD_ljii
  48. #define PLD_lj_hpgl
  49. #undef PLD_hp7470
  50. #undef PLD_hp7580
  51. #undef PLD_imp
  52. #undef PLD_xwin
  53. #undef PLD_tk
  54. #undef PLD_dp
  55. /*riscos.i*/
  56. #define PLD_arcmkdrawf
  57. #define PLD_arcdraw
  58. /*riscos.f*/
  59.  
  60. #endif    /* __PLDEVS_H__ */
  61.